Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface Microsoft.​AspNetCore.​Connections.​IMemoryPoolFactory<​T>
Assembly: Microsoft.AspNetCore.Connections.Abstractions
Interface for creating memory pools.
Methods
System.​Buffers.​MemoryPool<​T>
Create​(MemoryPoolOptions? options = null)
Creates a new instance of a memory pool.
Returns A new memory pool instance.
options
Options for configuring the memory pool.